[INFO] cloning repository https://github.com/kellpossible/cargo-i18n
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kellpossible/cargo-i18n" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkellpossible%2Fcargo-i18n", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkellpossible%2Fcargo-i18n'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 659b53c45bc68b0742696bc8f53fc6cace83b11b
[INFO] fixing kellpossible/cargo-i18n against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkellpossible%2Fcargo-i18n" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kellpossible/cargo-i18n
[INFO] finished tweaking git repo https://github.com/kellpossible/cargo-i18n
[INFO] tweaked toml for git repo https://github.com/kellpossible/cargo-i18n written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kellpossible/cargo-i18n on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kellpossible/cargo-i18n already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: i18n-build/Cargo.toml: `default-features` is ignored for tr, since `default-features` was not specified for `workspace.dependencies.tr`, this could become a hard error in the future
[INFO] [stderr] warning: `i18n-build` (manifest) generated 1 warning
[INFO] [stderr] warning: i18n-embed/i18n-embed-impl/Cargo.toml: `default-features` is ignored for syn, since `default-features` was not specified for `workspace.dependencies.syn`, this could become a hard error in the future
[INFO] [stderr] warning: `i18n-embed-impl` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 90c13d70ddb9e4bcf014e274f708374b279da252c2fbea7e33e02f988de04294
[INFO] running `Command { std: "docker" "start" "90c13d70ddb9e4bcf014e274f708374b279da252c2fbea7e33e02f988de04294", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "90c13d70ddb9e4bcf014e274f708374b279da252c2fbea7e33e02f988de04294" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "90c13d70ddb9e4bcf014e274f708374b279da252c2fbea7e33e02f988de04294", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "90c13d70ddb9e4bcf014e274f708374b279da252c2fbea7e33e02f988de04294" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating i18n-build/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating i18n-config/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating i18n-embed/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating i18n-embed/i18n-embed-impl/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating i18n-embed-fl/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating i18n-embed/examples/library-fluent/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating i18n-embed/examples/desktop-bin/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating i18n-embed-fl/examples/web-server/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   i18n-embed v0.16.0 (/opt/rustwide/workdir/i18n-embed) (as host dependency) removed features: autoreload, desktop-requester, gettext-system, notify, sys-locale, tr
[INFO] [stderr]   i18n-embed-impl v0.8.4 (/opt/rustwide/workdir/i18n-embed/i18n-embed-impl) removed features: find-crate, fluent-system, gettext-system, i18n-config, quote
[INFO] [stderr]   log v0.4.27 (as host dependency) removed features: std
[INFO] [stderr] 
[INFO] [stderr] The following differences only apply when building with dev-dependencies:
[INFO] [stderr] 
[INFO] [stderr]   anstream v0.6.19 (as host dependency) removed features: default
[INFO] [stderr]   once_cell v1.21.3 (as host dependency) removed features: default
[INFO] [stderr]   regex v1.11.1 (as host dependency) removed features: default, unicode, unicode-age, unicode-bool, unicode-case, unicode-gencat, unicode-perl, unicode-script, unicode-segment
[INFO] [stderr]   regex-automata v0.4.9 (as host dependency) removed features: unicode, unicode-age, unicode-bool, unicode-case, unicode-gencat, unicode-perl, unicode-script, unicode-segment, unicode-word-boundary
[INFO] [stderr]   regex-syntax v0.8.5 (as host dependency) removed features: default, unicode, unicode-age, unicode-bool, unicode-case, unicode-gencat, unicode-perl, unicode-script, unicode-segment
[INFO] [stderr] 
[INFO] [stderr] warning: i18n-embed/i18n-embed-impl/Cargo.toml: `default-features` is ignored for syn, since `default-features` was not specified for `workspace.dependencies.syn`, this could become a hard error in the future
[INFO] [stderr] warning: `i18n-embed-impl` (manifest) generated 1 warning
[INFO] [stderr] warning: i18n-build/Cargo.toml: `default-features` is ignored for tr, since `default-features` was not specified for `workspace.dependencies.tr`, this could become a hard error in the future
[INFO] [stderr] warning: `i18n-build` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling temp-dir v0.1.16
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]    Compiling cc v1.2.29
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]     Checking encoding_index_tests v0.1.4
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking self_cell v1.2.0
[INFO] [stderr]     Checking notify-types v2.0.0
[INFO] [stderr]    Compiling rust-embed-utils v8.7.2
[INFO] [stderr]     Checking type-map v0.5.1
[INFO] [stderr]     Checking encoding-index-singlebyte v1.20141219.5
[INFO] [stderr]     Checking encoding-index-simpchinese v1.20141219.5
[INFO] [stderr]     Checking encoding-index-japanese v1.20141219.5
[INFO] [stderr]     Checking encoding-index-tradchinese v1.20141219.5
[INFO] [stderr]     Checking encoding-index-korean v1.20141219.5
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking anstyle-query v1.1.3
[INFO] [stderr]     Checking anstream v0.6.19
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]     Checking encoding v0.2.33
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking jiff v0.2.15
[INFO] [stderr]    Compiling sys-locale v0.3.2
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]     Checking slab v0.4.10
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking gettext v0.4.0
[INFO] [stderr]     Checking clap_builder v4.5.40
[INFO] [stderr]     Checking sdd v3.0.8
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]     Checking scc v2.3.4
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]     Checking maplit v1.0.2
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling inotify v0.11.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]     Checking subprocess v0.2.9
[INFO] [stderr]    Compiling gettext-sys v0.22.5
[INFO] [stderr]    Compiling notify v8.1.0
[INFO] [stderr]     Checking clap v4.5.40
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking locale_config v0.3.0
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking gettext-rs v0.7.2
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling rust-embed-impl v8.7.2
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]     Checking tr v0.1.11
[INFO] [stderr]     Checking serial_test v3.2.0
[INFO] [stderr]     Checking rust-embed v8.7.2
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking fluent-syntax v0.12.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking unic-langid-impl v0.9.6
[INFO] [stderr]     Checking basic-toml v0.1.10
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking unic-langid v0.9.6
[INFO] [stderr]     Checking intl_pluralrules v7.0.2
[INFO] [stderr]     Checking intl-memoizer v0.5.3
[INFO] [stderr]     Checking fluent-langneg v0.13.0
[INFO] [stderr]     Checking i18n-config v0.4.8 (/opt/rustwide/workdir/i18n-config)
[INFO] [stderr]    Migrating i18n-config/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Checking find-crate v0.6.3
[INFO] [stderr]     Checking fluent-bundle v0.16.0
[INFO] [stderr]     Checking fluent v0.17.0
[INFO] [stderr]     Checking i18n-embed-impl v0.8.4 (/opt/rustwide/workdir/i18n-embed/i18n-embed-impl)
[INFO] [stderr]    Migrating i18n-embed/i18n-embed-impl/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Checking i18n-embed v0.16.0 (/opt/rustwide/workdir/i18n-embed)
[INFO] [stderr]    Migrating i18n-embed/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Checking i18n-build v0.10.3 (/opt/rustwide/workdir/i18n-build)
[INFO] [stderr]     Checking i18n-embed-fl v0.10.0 (/opt/rustwide/workdir/i18n-embed-fl)
[INFO] [stderr]    Migrating i18n-build/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating i18n-embed/tests/loader.rs from 2018 edition to 2021
[INFO] [stderr]     Checking cargo-i18n v0.2.13 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating i18n-embed-fl/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Checking library-fluent v0.2.0 (/opt/rustwide/workdir/i18n-embed/examples/library-fluent)
[INFO] [stderr]     Checking web-server v0.1.0 (/opt/rustwide/workdir/i18n-embed-fl/examples/web-server)
[INFO] [stderr]    Migrating i18n-embed/examples/library-fluent/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating i18n-embed-fl/tests/fl_macro.rs from 2018 edition to 2021
[INFO] [stderr]     Checking bin v0.1.0 (/opt/rustwide/workdir/i18n-embed/examples/desktop-bin)
[INFO] [stderr]    Migrating i18n-embed-fl/examples/web-server/src/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating src/main.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating i18n-embed/examples/library-fluent/tests/no_localizer.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating i18n-embed/examples/desktop-bin/src/main.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating i18n-embed/examples/library-fluent/tests/with_localizer.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.60s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] [stderr] crater-edition-check: i18n-build v0.10.3 (/opt/rustwide/workdir/i18n-build) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: i18n-config v0.4.8 (/opt/rustwide/workdir/i18n-config) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: i18n-embed v0.16.0 (/opt/rustwide/workdir/i18n-embed) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: i18n-embed-impl v0.8.4 (/opt/rustwide/workdir/i18n-embed/i18n-embed-impl) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: i18n-embed-fl v0.10.0 (/opt/rustwide/workdir/i18n-embed-fl) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: library-fluent v0.2.0 (/opt/rustwide/workdir/i18n-embed/examples/library-fluent) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: bin v0.1.0 (/opt/rustwide/workdir/i18n-embed/examples/desktop-bin) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: web-server v0.1.0 (/opt/rustwide/workdir/i18n-embed-fl/examples/web-server) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: cargo-i18n v0.2.13 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr] warning: i18n-build/Cargo.toml: `default-features` is ignored for tr, since `default-features` was not specified for `workspace.dependencies.tr`, this could become a hard error in the future
[INFO] [stderr] warning: `i18n-build` (manifest) generated 1 warning
[INFO] [stderr] warning: i18n-embed/i18n-embed-impl/Cargo.toml: `default-features` is ignored for syn, since `default-features` was not specified for `workspace.dependencies.syn`, this could become a hard error in the future
[INFO] [stderr] warning: `i18n-embed-impl` (manifest) generated 1 warning
[INFO] [stderr]    Compiling i18n-config v0.4.8 (/opt/rustwide/workdir/i18n-config)
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking anstream v0.6.19
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> i18n-config/src/lib.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 145 |     ) -> Result<Option<(&'_ Crate, &'_ I18nConfig)>, I18nConfigError> {
[INFO] [stdout]     |                          ^^ ^^^^^   ^^ the same lifetime is elided here
[INFO] [stdout]     |                          |  |
[INFO] [stdout]     |                          |  the same lifetime is hidden here
[INFO] [stdout]     |                          the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     ) -> Result<Option<(&'_ Crate<'_>, &'_ I18nConfig)>, I18nConfigError> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> i18n-config/src/lib.rs:155:26
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn active_config(&self) -> Result<Option<(&'_ Crate, &'_ I18nConfig)>, I18nConfigError> {
[INFO] [stdout]     |                          ^^^^^                     ^^ ^^^^^   ^^ the same lifetime is elided here
[INFO] [stdout]     |                          |                         |  |
[INFO] [stdout]     |                          |                         |  the same lifetime is hidden here
[INFO] [stdout]     |                          |                         the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn active_config(&self) -> Result<Option<(&'_ Crate<'_>, &'_ I18nConfig)>, I18nConfigError> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking i18n-embed-impl v0.8.4 (/opt/rustwide/workdir/i18n-embed/i18n-embed-impl)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> i18n-config/src/lib.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 145 |     ) -> Result<Option<(&'_ Crate, &'_ I18nConfig)>, I18nConfigError> {
[INFO] [stdout]     |                          ^^ ^^^^^   ^^ the same lifetime is elided here
[INFO] [stdout]     |                          |  |
[INFO] [stdout]     |                          |  the same lifetime is hidden here
[INFO] [stdout]     |                          the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     ) -> Result<Option<(&'_ Crate<'_>, &'_ I18nConfig)>, I18nConfigError> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> i18n-config/src/lib.rs:155:26
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn active_config(&self) -> Result<Option<(&'_ Crate, &'_ I18nConfig)>, I18nConfigError> {
[INFO] [stdout]     |                          ^^^^^                     ^^ ^^^^^   ^^ the same lifetime is elided here
[INFO] [stdout]     |                          |                         |  |
[INFO] [stdout]     |                          |                         |  the same lifetime is hidden here
[INFO] [stdout]     |                          |                         the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn active_config(&self) -> Result<Option<(&'_ Crate<'_>, &'_ I18nConfig)>, I18nConfigError> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> i18n-config/src/lib.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 145 |     ) -> Result<Option<(&'_ Crate, &'_ I18nConfig)>, I18nConfigError> {
[INFO] [stdout]     |                          ^^ ^^^^^   ^^ the same lifetime is elided here
[INFO] [stdout]     |                          |  |
[INFO] [stdout]     |                          |  the same lifetime is hidden here
[INFO] [stdout]     |                          the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     ) -> Result<Option<(&'_ Crate<'_>, &'_ I18nConfig)>, I18nConfigError> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> i18n-config/src/lib.rs:155:26
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn active_config(&self) -> Result<Option<(&'_ Crate, &'_ I18nConfig)>, I18nConfigError> {
[INFO] [stdout]     |                          ^^^^^                     ^^ ^^^^^   ^^ the same lifetime is elided here
[INFO] [stdout]     |                          |                         |  |
[INFO] [stdout]     |                          |                         |  the same lifetime is hidden here
[INFO] [stdout]     |                          |                         the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn active_config(&self) -> Result<Option<(&'_ Crate<'_>, &'_ I18nConfig)>, I18nConfigError> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking i18n-embed v0.16.0 (/opt/rustwide/workdir/i18n-embed)
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]    --> i18n-embed/src/lib.rs:460:18
[INFO] [stdout]     |
[INFO] [stdout] 460 | use log::{debug, error};
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]    --> i18n-embed/src/lib.rs:460:18
[INFO] [stdout]     |
[INFO] [stdout] 460 | use log::{debug, error};
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]    --> i18n-embed/src/lib.rs:460:18
[INFO] [stdout]     |
[INFO] [stdout] 460 | use log::{debug, error};
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]    --> i18n-embed/src/lib.rs:460:18
[INFO] [stdout]     |
[INFO] [stdout] 460 | use log::{debug, error};
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking i18n-embed-fl v0.10.0 (/opt/rustwide/workdir/i18n-embed-fl)
[INFO] [stderr]     Checking i18n-build v0.10.3 (/opt/rustwide/workdir/i18n-build)
[INFO] [stderr]     Checking cargo-i18n v0.2.13 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking library-fluent v0.2.0 (/opt/rustwide/workdir/i18n-embed/examples/library-fluent)
[INFO] [stderr]     Checking web-server v0.1.0 (/opt/rustwide/workdir/i18n-embed-fl/examples/web-server)
[INFO] [stdout] warning: unused import: `i18n_embed_fl::fl`
[INFO] [stdout]  --> i18n-embed/examples/library-fluent/src/lib.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use i18n_embed_fl::fl;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking bin v0.1.0 (/opt/rustwide/workdir/i18n-embed/examples/desktop-bin)
[INFO] [stdout] warning: unused import: `i18n_embed_fl::fl`
[INFO] [stdout]  --> i18n-embed/examples/library-fluent/src/lib.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use i18n_embed_fl::fl;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.57s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating i18n-build/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating i18n-config/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating i18n-embed/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating i18n-embed/i18n-embed-impl/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating i18n-embed-fl/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating i18n-embed/examples/library-fluent/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating i18n-embed/examples/desktop-bin/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating i18n-embed-fl/examples/web-server/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   i18n-embed v0.16.0 (/opt/rustwide/workdir/i18n-embed) (as host dependency) removed features: autoreload, desktop-requester, gettext-system, notify, sys-locale, tr
[INFO] [stderr]   i18n-embed-impl v0.8.4 (/opt/rustwide/workdir/i18n-embed/i18n-embed-impl) removed features: find-crate, fluent-system, gettext-system, i18n-config, quote
[INFO] [stderr]   log v0.4.27 (as host dependency) removed features: std
[INFO] [stderr] 
[INFO] [stderr] The following differences only apply when building with dev-dependencies:
[INFO] [stderr] 
[INFO] [stderr]   anstream v0.6.19 (as host dependency) removed features: default
[INFO] [stderr]   once_cell v1.21.3 (as host dependency) removed features: default
[INFO] [stderr]   regex v1.11.1 (as host dependency) removed features: default, unicode, unicode-age, unicode-bool, unicode-case, unicode-gencat, unicode-perl, unicode-script, unicode-segment
[INFO] [stderr]   regex-automata v0.4.9 (as host dependency) removed features: unicode, unicode-age, unicode-bool, unicode-case, unicode-gencat, unicode-perl, unicode-script, unicode-segment, unicode-word-boundary
[INFO] [stderr]   regex-syntax v0.8.5 (as host dependency) removed features: default, unicode, unicode-age, unicode-bool, unicode-case, unicode-gencat, unicode-perl, unicode-script, unicode-segment
[INFO] [stderr] 
[INFO] [stderr] warning: i18n-embed/i18n-embed-impl/Cargo.toml: `default-features` is ignored for syn, since `default-features` was not specified for `workspace.dependencies.syn`, this could become a hard error in the future
[INFO] [stderr] warning: `i18n-embed-impl` (manifest) generated 1 warning
[INFO] [stderr] warning: i18n-build/Cargo.toml: `default-features` is ignored for tr, since `default-features` was not specified for `workspace.dependencies.tr`, this could become a hard error in the future
[INFO] [stderr] warning: `i18n-build` (manifest) generated 1 warning
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> i18n-config/src/lib.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 145 |     ) -> Result<Option<(&'_ Crate, &'_ I18nConfig)>, I18nConfigError> {
[INFO] [stdout]     |                          ^^ ^^^^^   ^^ the same lifetime is elided here
[INFO] [stdout]     |                          |  |
[INFO] [stdout]     |                          |  the same lifetime is hidden here
[INFO] [stdout]     |                          the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     ) -> Result<Option<(&'_ Crate<'_>, &'_ I18nConfig)>, I18nConfigError> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> i18n-config/src/lib.rs:155:26
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn active_config(&self) -> Result<Option<(&'_ Crate, &'_ I18nConfig)>, I18nConfigError> {
[INFO] [stdout]     |                          ^^^^^                     ^^ ^^^^^   ^^ the same lifetime is elided here
[INFO] [stdout]     |                          |                         |  |
[INFO] [stdout]     |                          |                         |  the same lifetime is hidden here
[INFO] [stdout]     |                          |                         the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn active_config(&self) -> Result<Option<(&'_ Crate<'_>, &'_ I18nConfig)>, I18nConfigError> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]    --> i18n-embed/src/lib.rs:460:18
[INFO] [stdout]     |
[INFO] [stdout] 460 | use log::{debug, error};
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> i18n-config/src/lib.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 145 |     ) -> Result<Option<(&'_ Crate, &'_ I18nConfig)>, I18nConfigError> {
[INFO] [stdout]     |                          ^^ ^^^^^   ^^ the same lifetime is elided here
[INFO] [stdout]     |                          |  |
[INFO] [stdout]     |                          |  the same lifetime is hidden here
[INFO] [stdout]     |                          the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     ) -> Result<Option<(&'_ Crate<'_>, &'_ I18nConfig)>, I18nConfigError> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking cargo-i18n v0.2.13 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> i18n-config/src/lib.rs:155:26
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn active_config(&self) -> Result<Option<(&'_ Crate, &'_ I18nConfig)>, I18nConfigError> {
[INFO] [stdout]     |                          ^^^^^                     ^^ ^^^^^   ^^ the same lifetime is elided here
[INFO] [stdout]     |                          |                         |  |
[INFO] [stdout]     |                          |                         |  the same lifetime is hidden here
[INFO] [stdout]     |                          |                         the same lifetime is elided here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn active_config(&self) -> Result<Option<(&'_ Crate<'_>, &'_ I18nConfig)>, I18nConfigError> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]    --> i18n-embed/src/lib.rs:460:18
[INFO] [stdout]     |
[INFO] [stdout] 460 | use log::{debug, error};
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `i18n_embed_fl::fl`
[INFO] [stdout]  --> i18n-embed/examples/library-fluent/src/lib.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use i18n_embed_fl::fl;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking i18n-embed-fl v0.10.0 (/opt/rustwide/workdir/i18n-embed-fl)
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]    --> i18n-embed/src/lib.rs:460:18
[INFO] [stdout]     |
[INFO] [stdout] 460 | use log::{debug, error};
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking library-fluent v0.2.0 (/opt/rustwide/workdir/i18n-embed/examples/library-fluent)
[INFO] [stderr]     Checking bin v0.1.0 (/opt/rustwide/workdir/i18n-embed/examples/desktop-bin)
[INFO] [stderr]     Checking i18n-embed-impl v0.8.4 (/opt/rustwide/workdir/i18n-embed/i18n-embed-impl)
[INFO] [stderr]     Checking i18n-build v0.10.3 (/opt/rustwide/workdir/i18n-build)
[INFO] [stderr]     Checking web-server v0.1.0 (/opt/rustwide/workdir/i18n-embed-fl/examples/web-server)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking i18n-embed v0.16.0 (/opt/rustwide/workdir/i18n-embed)
[INFO] [stderr]    Migrating i18n-embed/examples/desktop-bin/src/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating i18n-embed/i18n-embed-impl/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed i18n-embed/i18n-embed-impl/src/lib.rs (4 fixes)
[INFO] [stderr]    Migrating i18n-embed/examples/library-fluent/tests/no_localizer.rs from 2021 edition to 2024
[INFO] [stderr]     Checking i18n-config v0.4.8 (/opt/rustwide/workdir/i18n-config)
[INFO] [stderr] warning: `i18n-embed-fl/examples/web-server/src/main.rs` is already on the latest edition (2024), unable to migrate further
[INFO] [stderr] 
[INFO] [stderr] If you are trying to migrate from the previous edition (2021), the
[INFO] [stderr] process requires following these steps:
[INFO] [stderr] 
[INFO] [stderr] 1. Start with `edition = "2021"` in `Cargo.toml`
[INFO] [stderr] 2. Run `cargo fix --edition`
[INFO] [stderr] 3. Modify `Cargo.toml` to set `edition = "2024"`
[INFO] [stderr] 4. Run `cargo build` or `cargo test` to verify the fixes worked
[INFO] [stderr] 
[INFO] [stderr] More details may be found at
[INFO] [stderr] https://doc.rust-lang.org/edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html
[INFO] [stderr] 
[INFO] [stderr]    Migrating i18n-embed/tests/loader.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating i18n-embed/examples/library-fluent/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed i18n-embed/examples/library-fluent/src/lib.rs (1 fix)
[INFO] [stderr]    Migrating i18n-embed-fl/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed i18n-embed-fl/src/lib.rs (7 fixes)
[INFO] [stderr]    Migrating i18n-build/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> i18n-embed-fl/src/lib.rs:88:34
[INFO] [stdout]     |
[INFO] [stdout]  88 |             while let Ok(expr) = input.parse::<syn::ExprAssign>() {
[INFO] [stdout]     |                          ----    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |       |
[INFO] [stdout]     |                          |       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                          |       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                          `expr` calls a custom destructor
[INFO] [stdout]     |                          `expr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 let argument_value = expr.right;
[INFO] [stdout]     |                     --------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     `argument_value` calls a custom destructor
[INFO] [stdout]     |                     `argument_value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 130 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `expr` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `argument_value` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> i18n-embed-fl/src/lib.rs:88:34
[INFO] [stdout]     |
[INFO] [stdout]  88 |             while let Ok(expr) = input.parse::<syn::ExprAssign>() {
[INFO] [stdout]     |                          ----    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |       |
[INFO] [stdout]     |                          |       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                          |       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                          `expr` calls a custom destructor
[INFO] [stdout]     |                          `expr` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 109 |                 let argument_value = expr.right;
[INFO] [stdout]     |                     --------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     `argument_value` calls a custom destructor
[INFO] [stdout]     |                     `argument_value` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 130 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `expr` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `argument_value` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating i18n-embed-fl/tests/fl_macro.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating i18n-embed/examples/library-fluent/tests/with_localizer.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating i18n-embed/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> i18n-embed/src/requester.rs:161:41
[INFO] [stdout]     |
[INFO] [stdout] 161 |             if let Some(arc_listener) = weak_arc_listener.upgrade() {
[INFO] [stdout]     |                         ------------    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |               |
[INFO] [stdout]     |                         |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         |               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                         `arc_listener` calls a custom destructor
[INFO] [stdout]     |                         `arc_listener` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 169 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `arc_listener` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> i18n-embed/src/requester.rs:188:38
[INFO] [stdout]     |
[INFO] [stdout] 188 |             if let Some(localizer) = weak_listener.upgrade() {
[INFO] [stdout]     |                         ---------    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |            |
[INFO] [stdout]     |                         |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         |            up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                         `localizer` calls a custom destructor
[INFO] [stdout]     |                         `localizer` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 192 |         }
[INFO] [stdout]     |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `localizer` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating i18n-config/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> i18n-embed/src/fluent.rs:290:9
[INFO] [stdout]     |
[INFO] [stdout] 290 | //         self.inner
[INFO] [stdout] 291 | ||             .load()
[INFO] [stdout]     | ||___________________^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 292 | |              .language_config
[INFO] [stdout] 293 | |              .read()
[INFO] [stdout]     | |____________________- a temporary with access to the borrow is created here ...
[INFO] [stdout] ...
[INFO] [stdout] 298 |        }
[INFO] [stdout]     |        - ... and the borrow might be used here, when that temporary is dropped and runs the `Drop` code for type `parking_lot::lock_api::RwLockReadGuard`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the temporary is part of an expression at the end of a block;
[INFO] [stdout]             consider forcing this temporary to be dropped sooner, before the block's local variables are dropped
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] help: for example, you could save the expression's value in a new local variable `x` and then make `x` be the expression at the end of the block
[INFO] [stdout]     |
[INFO] [stdout] 290 ~         let x = self.inner
[INFO] [stdout] 291 |             .load()
[INFO] [stdout] ...
[INFO] [stdout] 296 |             .flat_map(|language_bundles| language_bundles.iter())
[INFO] [stdout] 297 ~             .any(|language_bundle| language_bundle.bundle.has_message(message_id)); x
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> i18n-embed/src/fluent.rs:309:9
[INFO] [stdout]     |
[INFO] [stdout] 309 | //         self.inner
[INFO] [stdout] 310 | ||             .load()
[INFO] [stdout]     | ||___________________^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 311 | |              .language_config
[INFO] [stdout] 312 | |              .read()
[INFO] [stdout]     | |____________________- a temporary with access to the borrow is created here ...
[INFO] [stdout] ...
[INFO] [stdout] 323 |        }
[INFO] [stdout]     |        - ... and the borrow might be used here, when that temporary is dropped and runs the `Drop` code for type `parking_lot::lock_api::RwLockReadGuard`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the temporary is part of an expression at the end of a block;
[INFO] [stdout]             consider forcing this temporary to be dropped sooner, before the block's local variables are dropped
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] help: for example, you could save the expression's value in a new local variable `x` and then make `x` be the expression at the end of the block
[INFO] [stdout]     |
[INFO] [stdout] 309 ~         let x = self.inner
[INFO] [stdout] 310 |             .load()
[INFO] [stdout] ...
[INFO] [stdout] 321 |             })
[INFO] [stdout] 322 ~             .unwrap_or(false); x
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> i18n-embed/src/fluent.rs:334:9
[INFO] [stdout]     |
[INFO] [stdout] 334 | //         self.inner
[INFO] [stdout] 335 | ||             .load()
[INFO] [stdout]     | ||___________________^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 336 | |              .language_config
[INFO] [stdout] 337 | |              .read()
[INFO] [stdout]     | |____________________- a temporary with access to the borrow is created here ...
[INFO] [stdout] ...
[INFO] [stdout] 343 |        }
[INFO] [stdout]     |        - ... and the borrow might be used here, when that temporary is dropped and runs the `Drop` code for type `parking_lot::lock_api::RwLockReadGuard`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the temporary is part of an expression at the end of a block;
[INFO] [stdout]             consider forcing this temporary to be dropped sooner, before the block's local variables are dropped
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] help: for example, you could save the expression's value in a new local variable `x` and then make `x` be the expression at the end of the block
[INFO] [stdout]     |
[INFO] [stdout] 334 ~         let x = self.inner
[INFO] [stdout] 335 |             .load()
[INFO] [stdout] ...
[INFO] [stdout] 341 |             .find_map(|language_bundle| language_bundle.bundle.get_message(message_id))
[INFO] [stdout] 342 ~             .map(closure); x
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> i18n-embed/src/fluent.rs:363:9
[INFO] [stdout]     |
[INFO] [stdout] 363 | //         self.inner
[INFO] [stdout] 364 | ||             .load()
[INFO] [stdout]     | ||___________________^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 365 | |              .language_config
[INFO] [stdout] 366 | |              .read()
[INFO] [stdout]     | |____________________- a temporary with access to the borrow is created here ...
[INFO] [stdout] ...
[INFO] [stdout] 377 |        }
[INFO] [stdout]     |        - ... and the borrow might be used here, when that temporary is dropped and runs the `Drop` code for type `parking_lot::lock_api::RwLockReadGuard`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the temporary is part of an expression at the end of a block;
[INFO] [stdout]             consider forcing this temporary to be dropped sooner, before the block's local variables are dropped
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] help: for example, you could save the expression's value in a new local variable `x` and then make `x` be the expression at the end of the block
[INFO] [stdout]     |
[INFO] [stdout] 363 ~         let x = self.inner
[INFO] [stdout] 364 |             .load()
[INFO] [stdout] ...
[INFO] [stdout] 375 |             })
[INFO] [stdout] 376 ~             .map(|(msg, bundle)| closure(msg, bundle)); x
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> i18n-embed/src/fluent.rs:476:34
[INFO] [stdout]      |
[INFO] [stdout]  452 |         let inner = self.inner.load();
[INFO] [stdout]      |             -----
[INFO] [stdout]      |             |
[INFO] [stdout]      |             `inner` calls a custom destructor
[INFO] [stdout]      |             `inner` will be dropped later as of Edition 2024
[INFO] [stdout]  453 |         let config_lock = inner.language_config.read();
[INFO] [stdout]      |             -----------
[INFO] [stdout]      |             |
[INFO] [stdout]      |             `config_lock` calls a custom destructor
[INFO] [stdout]      |             `config_lock` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  476 |                 language_config: self.inner.load().language_config.clone(),
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                                  |
[INFO] [stdout]      |                                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                  up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  481 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.7.1/src/strategy/hybrid.rs:102:1
[INFO] [stdout]      |
[INFO] [stdout]  102 | impl<T: RefCnt> Drop for HybridProtection<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `inner` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.7.1/src/strategy/hybrid.rs:102:1
[INFO] [stdout]      |
[INFO] [stdout]  102 | impl<T: RefCnt> Drop for HybridProtection<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `config_lock` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.13/src/rwlock.rs:1370:1
[INFO] [stdout]      |
[INFO] [stdout] 1370 | impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> Drop for RwLockReadGuard<'a, R, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.37s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] [stderr] crater-edition-check: i18n-build v0.10.3 (/opt/rustwide/workdir/i18n-build) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: i18n-config v0.4.8 (/opt/rustwide/workdir/i18n-config) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: i18n-embed v0.16.0 (/opt/rustwide/workdir/i18n-embed) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: i18n-embed-impl v0.8.4 (/opt/rustwide/workdir/i18n-embed/i18n-embed-impl) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: i18n-embed-fl v0.10.0 (/opt/rustwide/workdir/i18n-embed-fl) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: library-fluent v0.2.0 (/opt/rustwide/workdir/i18n-embed/examples/library-fluent) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: bin v0.1.0 (/opt/rustwide/workdir/i18n-embed/examples/desktop-bin) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: web-server v0.1.0 (/opt/rustwide/workdir/i18n-embed-fl/examples/web-server) updating edition from 2024 to 2024
[INFO] [stderr] crater-edition-check: cargo-i18n v0.2.13 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr] error: failed to load manifest for workspace member `/opt/rustwide/workdir/i18n-build`
[INFO] [stderr] referenced by workspace at `/opt/rustwide/workdir/Cargo.toml`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to parse manifest at `/opt/rustwide/workdir/i18n-build/Cargo.toml`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   error inheriting `tr` from workspace root manifest's `workspace.dependencies.tr`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   `default-features = false` cannot override workspace's `default-features`
[INFO] running `Command { std: "docker" "inspect" "90c13d70ddb9e4bcf014e274f708374b279da252c2fbea7e33e02f988de04294", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90c13d70ddb9e4bcf014e274f708374b279da252c2fbea7e33e02f988de04294", kill_on_drop: false }`
[INFO] [stdout] 90c13d70ddb9e4bcf014e274f708374b279da252c2fbea7e33e02f988de04294
